Post-release version bump
authorUmang Jain <umang@endlessm.com>
Tue, 23 Oct 2018 17:40:32 +0000 (23:10 +0530)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 24 Oct 2018 18:46:39 +0000 (18:46 +0000)
Closes: #1761
Approved by: cgwalters

configure.ac
src/libostree/libostree-devel.sym

index 65e0e68cf94a9d946693d3e698d8eb6144018cff..8aeec3abb4ffa6d937eb0492029b3863d5488c8f 100644 (file)
@@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
 dnl in test-symbols.sh, and also set is_release_build=yes below.  Then make
 dnl another post-release commit to bump the version, and set is_release_build=no.
 m4_define([year_version], [2018])
-m4_define([release_version], [9])
+m4_define([release_version], [10])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index a4040ba60d774945d29e4ed0685552b85d2966aa..4ff2b86f9d3be1ed06b6fcbc100f1ae5e2abf509 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2018.10 {
+} LIBOSTREE_2018.9;
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the last number.  This is just a copy/paste